mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_set_flag(\"1\"); mission.trig.func[1]='';",
            [2] = "a_set_flag(\"2\"); mission.trig.func[2]='';",
            [3] = "if not mission.trig.flag[3] then a_out_text_delay(\"Успех миссии!\", \"20\"); mission.trig.flag[3]=true; end; else mission.trig.flag[3]=false;",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"2\") )",
            [2] = "return(c_group_dead(\"Самолетная группа #004\") )",
            [3] = "return(c_mission_score_higher(\"offline\", \"99\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 1,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    flag = 2,
                    predicate = "c_flag_is_true",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"2\") then a_set_flag(\"1\"); mission.trigfunc[1]='';end;",
        [2] = "if c_group_dead(\"Самолетная группа #004\") then a_set_flag(\"2\"); mission.trigfunc[2]='';end;",
        [3] = "if c_mission_score_higher(\"offline\", \"99\") then if not mission.trigflag[3] then a_out_text_delay(\"Успех миссии!\", \"20\"); mission.trigflag[3]=true; end; else mission.trigflag[3]=false;end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            density = 0,
            thickness = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = -19,
            iseason = 2,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 4,
            thickness = 1350,
            base = 2300,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_flag_is_true(\"1\")  then a_set_mission_result(50) end",
        [2] = "if c_flag_is_true(\"2\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_flag_is_true(\"1\") )",
                [2] = "return(c_flag_is_true(\"2\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
    }, -- end of triggers
    map = 
    {
        centerY = 0.69583212330764,
        zoom = 1000000,
        centerX = 0.7461974077279,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Турецкому командованию не очень то понравилась потеря их кораблей. Они выслали небольшую группу боевых кораблей в направлении на север. У нас есть несколько сторожевых кораблей в этом районе, им была дана задача направляться в сторону турецких сил и проследить за их действиями. Ваша задача - обеспечить воздушное прикрытие нашим кораблям.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
    }, -- end of trigflag
    descriptionRedTask = "",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "03{B7AF88BD-90FF-41ba-84CE-EBE8B548F14F}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 2,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 1,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    group = 17,
                    predicate = "c_group_dead",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    flag = 2,
                    text = "",
                    predicate = "a_set_flag",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerFront",
            rules = 
            {
                [1] = 
                {
                    predicate = "c_mission_score_higher",
                    coalitionlist = "offline",
                    score = 99,
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    text = "Успех миссии!",
                    predicate = "a_out_text_delay",
                    seconds = 20,
                }, -- end of [1]
            }, -- end of actions
            comment = "",
        }, -- end of [3]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #004",
                                groupId = 17,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73680556453859,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72216796689282,
                                            x = -290179.47902979,
                                            speed = 138.88888888889,
                                            y = 591944.73577773,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74754049489599,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.68718045076254,
                                                    radius = 25000,
                                                    y = 419523.68676831,
                                                    x = -215083.71336709,
                                                    lat = 0.75086084915058,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.6981075694909,
                                            x = -232153.57489188,
                                            speed = 138.88888888889,
                                            y = 472352.94694867,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Fly Over Point",
                                            lat = 0.74787605341641,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.68746395815745,
                                                    radius = 25000,
                                                    y = 421558.05692154,
                                                    x = -224390.67363555,
                                                    lat = 0.74938345378032,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.69559663585452,
                                            x = -230981.32466934,
                                            speed = 138.88888888889,
                                            y = 460405.55752797,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74500133742371,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69348949005517,
                                            x = -250094.29797908,
                                            speed = 138.88888888889,
                                            y = 452002.54511741,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Antiship Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F/A-18C",
                                        CLSID = "{C075771D-EDE1-42C7-8E81-130B60500584}",
                                        unitId = 43,
                                        lat = 0.73680556453859,
                                        skill = "Random",
                                        long = 0.72216796689282,
                                        x = -290179.47902979,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 591944.73577773,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F/A-18C",
                                        CLSID = "{C075771D-EDE1-42C7-8E81-130B60500584}",
                                        unitId = 53,
                                        lat = 0.73679856453859,
                                        skill = "Random",
                                        long = 0.72217496689282,
                                        x = -290220.79647428,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{6C0D552F-570B-42ff-9F6D-F10D9C1D4E1C}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{EFEC8201-B922-11d7-9897-000476191836}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8B7CADF9-4954-46B3-8CFB-93F2F5B90B03}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "6531",
                                            flare = 15,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 591982.3938924,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 28,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74101949199962,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70753437330772,
                                            x = -269851.84846161,
                                            speed = 8.3333333333333,
                                            y = 520263.51868678,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74576948604366,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70017352500672,
                                            x = -242609.89492396,
                                            speed = 8.3333333333333,
                                            y = 482982.20513464,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.72004613759332,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6879668369766,
                                            x = -411038.98470676,
                                            speed = 8.3333333333333,
                                            y = 438000.5134309,
                                        }, -- end of [3]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "PERRY",
                                        CLSID = "{AA4986BF-CBC4-48B6-AEEA-07E564FADB8B}",
                                        unitId = 40,
                                        lat = 0.74101949199962,
                                        skill = "Random",
                                        long = 0.70753437330772,
                                        x = -269851.84846161,
                                        name = "Юнит #10",
                                        heading = -0.84859274915565,
                                        y = 520263.51868678,
                                    }, -- end of [1]
                                }, -- end of units
                                name = "Кораб. группа #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                taskSelected = true,
                                name = "Самолетная группа #001",
                                groupId = 23,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73693852473152,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72272668011251,
                                            x = -289070.68971423,
                                            speed = 138.88888888889,
                                            y = 594507.64262826,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74897075901469,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6964555860997,
                                            x = -223679.6226065,
                                            speed = 138.88888888889,
                                            y = 463848.66977403,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74501836544049,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69278260729351,
                                            x = -250247.37098585,
                                            speed = 138.88888888889,
                                            y = 448671.67855099,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 10,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.726232,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.726078,
                                            x = -355692.3067714,
                                            speed = 138.88888888889,
                                            airdromeId = 22,
                                            y = 617269.96285781,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 54,
                                        lat = 0.73693852473152,
                                        skill = "Random",
                                        long = 0.72272668011251,
                                        x = -289070.68971423,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 594507.64262826,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 55,
                                        lat = 0.73693152473152,
                                        skill = "Random",
                                        long = 0.72273368011251,
                                        x = -289112.00715872,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8B9E3FD0-F034-4A07-B6CE-C269884CC71B}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{9DDF5297-94B9-42FC-A45E-6E316121CD85}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{7B4B122D-C12C-4DB4-834E-4D8BB4D863A8}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 594545.30074294,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 12,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75369342566884,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68312458409945,
                                            x = -198464.14356236,
                                            speed = 13.888888888889,
                                            y = 399248.6343719,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74948416883966,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69217884909275,
                                            x = -222031.19356182,
                                            speed = 13.888888888889,
                                            y = 443567.4522096,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74750863526985,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6907722629842,
                                            x = -235132.57398913,
                                            speed = 13.888888888889,
                                            y = 437986.25354776,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7515266436654,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68086158941313,
                                            x = -213035.8919932,
                                            speed = 13.888888888889,
                                            y = 389697.29950804,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 0,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77977392564164,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66054066864538,
                                            x = -39331.883032489,
                                            speed = 13.888888888889,
                                            y = 284252.1136477,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 51,
                                        lat = 0.75369342566884,
                                        skill = "Random",
                                        long = 0.68312458409945,
                                        x = -198464.14356236,
                                        name = "Юнит #1",
                                        heading = 2.134393688615,
                                        y = 399248.6343719,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "ALBATROS",
                                        CLSID = "{5CB43DA6-B4C1-498F-BB60-0EF0BA6D6BE7}",
                                        unitId = 52,
                                        lat = 0.75355342566884,
                                        skill = "Average",
                                        long = 0.68326458409945,
                                        x = -199307.72965891,
                                        name = "Юнит #2",
                                        heading = 2.134393688615,
                                        y = 399968.08222488,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "Кораб. группа #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                taskSelected = true,
                                name = "Самолетная группа #003",
                                groupId = 14,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 283,
                                            type = "TakeOff",
                                            action = "From Runway",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75710506627113,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68655302065282,
                                            x = -175544.7099773,
                                            speed = 138.88888888889,
                                            y = 413562.74361247,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75585209070751,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67960711263706,
                                            x = -185907.21308502,
                                            speed = 138.88888888889,
                                            y = 381874.28715634,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75157787578243,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67746410278707,
                                            x = -213826.68205761,
                                            speed = 138.88888888889,
                                            y = 373803.40973346,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7478367857238,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68009418451974,
                                            x = -236785.91282048,
                                            speed = 138.88888888889,
                                            y = 387788.60406649,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74536206421862,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68531202157978,
                                            x = -250764.93462798,
                                            speed = 138.88888888889,
                                            y = 413409.74649374,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7451189172777,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6932984730471,
                                            x = -249416.17205371,
                                            speed = 138.88888888889,
                                            y = 451044.65715304,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74942000973164,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69757203813699,
                                            x = -220389.58375746,
                                            speed = 138.88888888889,
                                            y = 468842.41806486,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 3000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75349660536847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69745618184807,
                                            x = -194472.63438176,
                                            speed = 138.88888888889,
                                            y = 466140.89091513,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 30,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.758225,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69716,
                                            x = -164474.73482633,
                                            speed = 138.88888888889,
                                            airdromeId = 18,
                                            y = 462236.21834688,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 37,
                                        lat = 0.758225,
                                        skill = "Player",
                                        y = 462236.21834688,
                                        long = 0.69716,
                                        x = -164474.73482633,
                                        name = "Александр",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 42,
                                        lat = 0.758218,
                                        skill = "Excellent",
                                        y = 462272.52047391,
                                        long = 0.697167,
                                        x = -164516.62018436,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 5,
                                        start_type = 2,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [2]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Турецкие караси",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 6589,
    start_time = 151200,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "ШЛЕМ",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
    }, -- end of failures
} -- end of mission
